Cross-Reference |
The cross-reference mechanism allows making a reference to sections, figures, equations, tables, etc. El mecanismo de referencia cruzada permite hacer referencia a secciones, figuras, ecuaciones, tablas, etc. |
Label |
In TexLab, you may assign a label (or tag) to all nodes. When you insert a new node using the LaTeX Wizard, The Figure Wizard, etc., you may optionally assign a label to the node. In some cases, TexLab will assign a label based on the text or the caption of the node. En TexLab, usted puede asignar una etiqueta a todos los nodos. Cuando usted inserta un nodo nuevo usando la LaTeX Wizard, La Figure Wizard, etc., usted puede opcionalmente asignar una etiqueta al nodo. En algunos casos, TexLab asignará una etiqueta basada en el texto o la leyenda del nodo. |
Reference |
Once you have assigned a label to a node, you can make a reference in the text using the keyword \ref as shown in the example; in this case the figure has the label fig:reaction assigned. In the PDF document, \ref{fig:reaction} will be replaced with the number of the figure. The tilde is used to keep together the word Figure and the figure number during line breaks. The simulations results are displayed in Figure~\ref{fig:reaction}. Una vez que usted ha asignado una etiqueta a un nodo, usted puede hacer referencia en el texto usando la palabra clave \ref como se muestra en el ejemplo; en este caso la figura tiene la etiqueta fig:reaction asignada. En el documento de PDF, \ref{fig:reaction} será reemplazado con el número de la figura. La tilde es usada para mantener juntos la palabra Figura y el número de la figura durante saltos de líneas. Los resultados de la simulación son mostrados en la Figura~\ref{fig:reaction}. |
Tip |
From the toolbar click on Insert Reference to insert a reference to a Figure, a Table, a Section, etc., in the document. Desde la barra de herramientas haga clic en Insert Reference para insertar una referencia a una Figura, una Tabla, una Sección, etc., en el documento. |